home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / pc / main.dir / 00027_Script_27 < prev    next >
Text File  |  1996-06-22  |  211b  |  11 lines

  1. on exitFrame
  2.   set the visible of sprite 7 = TRUE
  3.   reset_cursors ()
  4.   set the movierate of sprite 7 = 1
  5.   set gcannes = 0
  6.   repeat with i = 2 to 6
  7.     handcursor (i)
  8.   end repeat
  9.   handcursor (8)
  10. end
  11.